home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / t_unix / readax25.txt < prev    next >
Text File  |  1996-06-25  |  1KB  |  34 lines

  1. This is the AX.25 kit for Linux 1.1.20 or higher. It will _NOT_ work with
  2. any prior release as the address passing system has changed in this kernel.
  3.  
  4. This directory contains
  5.  
  6. ax25krnl.tgz    :    The kernel changes. You also need to uncomment 
  7.             the CONFIG_AX25 (and possibly CONFIG_PI2) options in
  8.             config.in as well as installing these files. This
  9.             contains support for the Ottowa PI/PI2 cards as well
  10.             as KISS TNC support. There are also dumb 8530 based
  11.             drivers for Linux available (eg for the USCC cards).
  12.             These however contain material that cannot be placed
  13.             under the GPL and are therefore of questionable
  14.             legality. These drivers are intentionally NOT
  15.             contained, nor tested.
  16.  
  17. ax25user.tgz    :    Latest user tool set. This creates the sources and
  18.             manual pages.
  19.  
  20.             Unpack from / and do
  21.  
  22.             cd /usr/local/ax25
  23.             mkdir bin pms pms/bin
  24.             cd src
  25.             make install
  26.  
  27.             Manual page installation varies between Linux
  28.             distributions.
  29.  
  30.             To use the PMS you will need to alter pms.c before
  31.             building to suit your system. Its more of an example
  32.             to persuade someone to write a decent version than
  33.             a real PMS - but it does work.
  34.